Gets CSeq header field. The CSeq header field is a required header field in
every request. The CSeq header field contains a number that increases for each request.
Usually, it increases by 1 for each new request, with the exception of CANCEL and ACK requests,
which use the CSeq number of the INVITE request to which it refers.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string CSeq { get; }Public ReadOnly Property CSeq As String
Get
Property Value
Type:
StringThe c seq.
See Also